home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / gfxbsx11.lha / lk201R4-1 < prev    next >
Text File  |  1991-08-05  |  518b  |  14 lines

  1. ! DECwindows expects Help to be Mod5!?!.
  2. ! The Amiga "Help" key can't be a modifier, so Right-Amiga is assigned to Help.
  3. ! First remove Right-Amiga (Meta_R) from the Meta (Mod1) Modifier list.
  4. ! Second, reassign the Amiga "Help" key to the Find function.
  5. ! Third, redefine Right-Amiga from Meta_R to Help.
  6. ! Fourth, make the Right-Amiga (Help function) Mod5.
  7. ! Last, Change Alt_R from Mod2 to Mod1 (Meta).
  8. remove Mod1 = Meta_R
  9. keycode 103 = Find
  10. keycode 111 = Help
  11. add Mod5 = Help
  12. remove Mod2 = Alt_R
  13. add Mod1 = Alt_R
  14.